From 1b6015f9cc8eb47bd38885c8698ef4b68d388c01 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Piotr=20Dr=C4=85g?= Date: Fri, 30 Dec 2016 19:25:22 +0100 Subject: [PATCH] gtkprintbackendfile: Correct PostScript capitalization https://bugzilla.gnome.org/show_bug.cgi?id=776627 --- modules/printbackends/file/gtkprintbackendfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/printbackends/file/gtkprintbackendfile.c b/modules/printbackends/file/gtkprintbackendfile.c index 6d98d0f7d5..4f479fb6ce 100644 --- a/modules/printbackends/file/gtkprintbackendfile.c +++ b/modules/printbackends/file/gtkprintbackendfile.c @@ -660,7 +660,7 @@ file_printer_get_options (GtkPrinter *printer, GtkPrinterOption *option; const gchar *n_up[] = {"1", "2", "4", "6", "9", "16" }; const gchar *pages_per_sheet = NULL; - const gchar *format_names[N_FORMATS] = { N_("PDF"), N_("Postscript"), N_("SVG") }; + const gchar *format_names[N_FORMATS] = { N_("PDF"), N_("PostScript"), N_("SVG") }; const gchar *supported_formats[N_FORMATS]; gchar *display_format_names[N_FORMATS]; gint n_formats = 0; -- 2.30.2